home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / comm / irc / cybershiela.lha / cs / cs_bot.amirx < prev    next >
Text File  |  1999-07-05  |  1KB  |  24 lines

  1. /* CyberShiela MultiResponse File */
  2. nick=getclip('NICK')
  3. xx=random(1,10,time('s'))
  4. select
  5. when xx=1 then a="Whos the fucking bot? Is it me?  I sure hope you don't think I'm a bot."
  6. when xx=2 then a="$1, Call me 'bot' one more fucking time and I'm gonna slam you so fucking hard, you'll see tomorrow!"
  7. when xx=3 then a="Yeah yeah, so what exactly is a bot $1?"
  8. when xx=4 then a="A Bot: {noun} A machine/program that carries out automated functions."
  9. when xx=5 then a="If I'm a Bot, you must be a fucking chaw chompin' redneck $1."
  10. when xx=6 then a="Kiss my silicone butt $1."
  11. when xx=7 then a="Would a bot talk to you like this $1?"
  12. when xx=8 then a="$1.. you don't even have a fucking clue! haha"
  13. when xx=9 then a="$1 = Lamer Extreme"
  14. when xx=10 then a="Did your mother have any children that lived $1?"
  15. end
  16. modif:
  17. user=nick
  18. old=a
  19. m=length(user);temp=a;x=pos("$1",temp);if x~=0 then do;temp2 = delstr(temp,x,2);old = insert(user,temp2,x-1,m," ");end
  20. temp=old;m=length(channam);x=pos("$chan",temp);if x~=0 then do;temp2 = delstr(temp,x,5);old = insert(channam,temp2,x-1,m," ");end
  21. a=old
  22. 'say 'A
  23. exit
  24.